
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
regexp-range
Advanced tools
create regex class range string
[一-十]
[⓪-㊿]
...
npm i regexp-range
import matchRange, { TABLE_RANGE } from 'regexp-range';
//console.log(TABLE_RANGE);
console.dir(matchRange('⓪', '㊿')); // => ['⓪' ... '㊿']
console.dir(matchRange('一', '十')); // => [ '一', '二', '三', '四', '五', '六', '七', '八', '九', '十' ]
console.dir(matchRange('零', '拾')); // => [ '零', '壱', '弐', '参', '肆', '伍', '陸', '柒', '捌', '玖', '拾' ]
console.dir(matchRange('二', '七', {
createRegExpString: true,
})); // => '二三四五六七'
console.dir(matchRange('二', '七', {
createRegExpString: true,
createRegExpClass: true,
})); // => '[二三四五六七]'
FAQs
create regex class range string `[一-十]` `[⓪-㊿]` ...
We found that regexp-range demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.